home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / src / wangisrc.lha / wangi / z / NG_New / smakefile < prev   
Makefile  |  1995-07-21  |  363b  |  23 lines

  1. #
  2. # Makefile for NaeGrey
  3. #
  4. #
  5.  
  6. OBJS= NaeGrey.o
  7.  
  8. NaeGrey: $(OBJS) 
  9.    sc NOCHECKABORT link to NaeGrey with <<
  10. $(OBJS)
  11. <
  12.  
  13. NaeGrey.o: NaeGrey.c scoptions INCLUDE:NaeGrey.gst
  14.     sc NaeGrey.c GST=INCLUDE:NaeGrey.gst NOLINK
  15.  
  16. INCLUDE:NaeGrey.gst: gst.c scoptions smakefile
  17.     sc gst.c MAKEGST=INCLUDE:NaeGrey.gst IGNORE=105 NOOPTIMIZE
  18.     delete gst.o
  19.  
  20. dist:
  21.     execute makedist
  22.  
  23.